runtime.stackScanState.conservative (field)

4 uses

	runtime (current package)
		mgcmark.go#L925: 	if state.conservative || isAsyncPreempt || isDebugCall {
		mgcmark.go#L957: 			state.conservative = true
		mgcmark.go#L962: 			state.conservative = false
		mgcstack.go#L176: 	conservative bool